- execution concurrency
- 执行并发性,执行并行
English-Chinese computer dictionary (英汉计算机词汇大词典). 2013.
English-Chinese computer dictionary (英汉计算机词汇大词典). 2013.
Concurrency and Coordination Runtime — (CCR) is an asynchronous programming library based on .NET Framework from Microsoft distributed with Microsoft Robotics Developer Studio (MRDS). Even though it comes with MRDS, it is not limited to modelling robotic behavior but can be used to… … Wikipedia
Concurrency — Concurrency, concurrent, or concurrence may refer to: Concurrence, a legal term referring to the need to prove both actus reus and mens rea Concurring opinion (also called a concurrence ), a legal opinion which supports the conclusion, though not … Wikipedia
Concurrency and Coordination Runtime — (CCR) библиотека для работы с параллельными и асинхронными потоками данных, базирующаяся на .NET Framework от Microsoft, поставляемая в комплекте с Microsoft Robotics Developer Studio (MS RDS). Несмотря на то что данная библиотека… … Википедия
Concurrency (computer science) — The Dining Philosophers , a classic problem involving concurrency and shared resources In computer science, concurrency is a property of systems in which several computations are executing simultaneously, and potentially interacting with each… … Wikipedia
Concurrency control — In information technology and computer science, especially in the fields of computer programming (see also concurrent programming, parallel programming), operating systems (see also parallel computing), multiprocessors, and databases, concurrency … Wikipedia
Java concurrency — The Java language and the JVM (Java Virtual Machine) have been designed to support concurrent programming, and all execution in takes place in the context of threads. Objects and resources can be accessed by many separate threads; each thread has … Wikipedia
Single Thread Execution — Шаблон проектирования Однопоточное выполнение Single Threaded Execution Описан в Design Patterns Нет Однопоточное выполнение (англ. Single Threaded Execution) известный также под названием англ. Critical Section … Википедия
Speculative execution — In computer science, speculative execution is the execution of code, the result of which may not be needed. In the context of functional programming, the term speculative evaluation is used instead.TypesGenerally, statements and definitions in a… … Wikipedia
Chord (concurrency) — A chord is a concurrency construct available in Polyphonic C♯ and Cω inspired by the join pattern of the join calculus. Synchronicity Cω defines two types of functions synchronous and asynchronous. A synchronous function acts like a standard… … Wikipedia
Explicit Data Graph Execution — or EDGE is an instruction set architecture which takes a different path from the traditional instruction / register designs like RISC and CISC. Instead, EDGE processors map the computations required in a basic block, called operands, to a… … Wikipedia
Serializability — In concurrency control of databases,[1][2] transaction processing (transaction management), and various transactional applications (e.g., transactional memory[3] and software transactional memory), both centralized and distributed, a transaction… … Wikipedia